Answer the question
In order to leave comments, you need to log in
How to correctly specify the path in package.json?
Good afternoon!
I noticed that many people specify the absolute path in package.json.
For example:
"scripts": {
"start": "./node_modules/.bin/webpack-dashboard"
}
"scripts": {
"start": "webpack-dashboard"
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question