Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged npm

0 votes
1.4k views
1 answer
    I have a Node.js project that requires Node version 12 or higher. Is there a way to specify this in the ... and inform the users if they need to upgrade? Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    npm@5 has been published, it has a new feature package-lock.json file (after npm install) which confuses me. I want to know, what is the effect of this file? Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I am running a node application on terminal. Have recently upgraded to node v8.5.0, but am getting this error: Error: ... .js:1:16) Any idea how to solve this? Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.8k views
1 answer
    I have cloned my repository an then install all packages via npm. When i try to start mu ... 65852750/error-98123-webpack-generating-development-javascript-bundle-failed-unexpect...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    If I create an angular library like this: ng new libraries-workspace --create-application=false cd libraries- ... /install-angular-library-from-local-folder-or-network-folder...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I noticed in my package.json that some versions have the ^ operator in the dependency version such as: "prettier ... -the-version-operator-for-dependencies-in-package-json-when-ins...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    I have installed node and jdk8 using chocolaty. While I was following the official guide "Setting up the development ... -not-recognized-as-an-internal-or-external-command-when-i...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    I can't find a way to set the bower registry in the "frontend-maven-plugin" plugin. The "yarn install" ... /65860402/how-to-set-bower-registry-in-the-frontend-maven-plugin...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I have two yarn workspaces A and B. Within each workspace, I can run yarn start to run webpack dev server on ... /65863333/how-can-i-run-two-dev-servers-with-yarn-workspaces...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.6k views
1 answer
    I'd like to verify whether all the dependencies in my project (package.json and yarn.lock) are satisfied without ... way-to-quickly-check-if-package-json-and-yarn-lock-requirement...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I recently install next js use to npm in raspi 4 with the raspbian operating system. Every time ... https://stackoverflow.com/questions/65867646/enosys-function-not-implemented...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I have a company that has scoped repositories on github and on npmjs. We use npmjs for public ... //stackoverflow.com/questions/65869711/npmjs-github-for-scoped-repositories...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    i have a fresh install of vscode on ubuntu 20.10 I have installed npm and nodejs by apt-get. i install adobe ... adobe-xd-extension-for-visual-studio-code-dont-compile-on-linux-os...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I would like to eval multiple snippets of python code in one python process from Javascript such that ... /questions/65876022/npm-python-shell-persistent-process-from-javascript...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    after installed react-native-search-header the app refused to compile as some dependencies were missing.... then I upgraded ... npm ERR! missing: @babel/[email protected], requi...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I want to use mysql2 (not mysql) and socket.io modules in one script. When I install one of the two ... .com/questions/65893063/node-js-modules-gone-when-installing-another-module...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I am following the instructions here: https://reactjs.org/tutorial/tutorial.html#setup-option-2-local-development- ... -when-i-tried-to-follow-the-reactjs-org-documentation...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I am quite unfamiliar with npm, (I develop in python) and most of the time I just do what ... .com/questions/65893403/building-tailwindcss-with-vue3-install-for-production...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    Husky requires Node 10 (runtime: v8.10.0), can't run Git hook. node -v: v12.20.1 sudo node -v: v8. ... runtime-node-version-is-different-than-what-node-v-returns-husky-cant-run-gi...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I know on a Mac OSX I can run this command: dns-sd -q a5b3ef18-2e66-4e24-91d2-893b93bbc1c1.local and it ... /65912856/resolve-obfuscated-ip-addresses-node-js-using-the-dns-module...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    i am trying to init a new react native project using the command react-native init MyProject --version 0.58.6 but every time ... -version-0-58-6-but-every-time-i-do-this-there-co...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I have been following this guide to get gruntfile working with Task runner explorer in Visual studio: Use Grunt in ... js-in-visual-studio-2019-with-spa-in-the-clientapp-subfolder...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I am using NODE and npm static-server to display my .html files on the local network. I have no problems when I use Git ... the-ip-provided-by-my-wsl-console-when-i-trying-to-use-s...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
985 views
1 answer
    I'm following this guide for adding AsyncStorage to my React Native app. I'm using react native v0.63.4, but ... /react-native-do-you-have-to-do-manual-linking-for-asyncstorage...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
991 views
1 answer
    Is it possible to make mock one word response with JSON-server. I know that Json-server is used for ... //stackoverflow.com/questions/65953015/json-server-mock-one-word-response...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    To run the app, choose one of: ? Scan the QR code above with the Expo app (Android) or the Camera app ( ... 65935555/why-do-i-keep-getting-this-error-code-when-starting-expo-client...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
982 views
1 answer
    Up until yesterday, whenever I installed a package (e.g. nodemon), they would be added to the ... .com/questions/65938057/powershell-files-created-outside-of-node-modules...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I'm trying to run the official example https://clojurescript.org/guides/webpack on windows and I get the ... -error-exceptioninfo-at-cljs-closure-build-closure-clj319-3-bund...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...