77229/how-can-i-get-npm-start-at-a-different-directory
Hello @kartik,
Try using:
npm start --prefix path/to/your/app
& inside package.json add the following script:
"scripts": { "preinstall":"cd $(pwd)" }
Hope it works!!
Thanks!!
Hello @kar You can do the following to ...READ MORE
Hello @kartik, I found the output contained the ...READ MORE
Hello @kartik, The package can be uninstalled using ...READ MORE
Hello @kartik, If you will look at package.json file. you will ...READ MORE
Hello, In the error callback or $.ajax you have three ...READ MORE
Hello @kartik, If your script is called myScript.js ...READ MORE
Hello @kartik, Try this code : // Create an ...READ MORE
Hello @kartik, Use node-inspector from any browser supporting WebSocket. Breakpoints, ...READ MORE
Hello @kartik, To update NPM, this worked for ...READ MORE
Hello @kartik, You can use the --prefix option: mkdir -p ./install/here/node_modules npm ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.