Open NargiT opened 7 years ago
Hello,
I tried your application but I get an error after I did npm start
ERROR in main.js from UglifyJs Unexpected token: name (urlParts) [main.js:10579,4]
You need to remove the ^ from the dependencies and dev dependencies in the package.json before you run npm install. Otherwise the most recent version will be installed.
^
package.json
npm install
Hello,
I tried your application but I get an error after I did npm start