31921/truffle-npm-run-dev-throws-error-npm-err-linux-4-15-39-generic
The json file required to run dev is missing. To get the package.json file you can run
npm init
But this by default will create the script for "test". In your case, as you are trying to run "dev", you'll have to make changes to package.json file.
Hey there!
You need to enter the details to create the package.json file. Field to fill are:
name: version: description: entry point: test command: git repository: keywords: author: license:
You can leave the irrelevant fields blank. Then you'll be asked a confirmation for the data you have entered. Hit Enter and your package.json file will be created.
The issue is at CurrentProvider. Give the url ...READ MORE
Guessing that the JSON RPC stuff changed ...READ MORE
Simple Solution: // module.exports = { // ...READ MORE
Hey, @Nithin, Can you please post your peer ...READ MORE
This was a bug. They've fixed it. ...READ MORE
Summary: Both should provide similar reliability of ...READ MORE
yes all are over TCP/IP connections secured ...READ MORE
Are you running this command from the ...READ MORE
You have to mention on which network ...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.