Вначале ведь нормально устанавливал потом начал это выдавать:
npm i jquery.maskedinput
npm WARN public_html@1.0.0 No repository field.
npm ERR! code EBADPLATFORM
npm ERR! notsup Unsupported platform for fsevents@1.1.3: wanted {"os":"darwin","arch":"any"} (curre
nt: {"os":"linux","arch":"x64"})
npm ERR! notsup Valid OS: darwin
npm ERR! notsup Valid Arch: any
npm ERR! notsup Actual OS: linux
npm ERR! notsup Actual Arch: x64
npm ERR! A complete log of this run can be found in:
npm ERR! ...debug.log
//pakege.json
{
"name": "public_html",
"version": "1.0.0",
"main": "webpack.config.js",
"dependencies": {
"babel": "^6.23.0",
"common.js": "^1.1.1",
"commonjs": "^0.0.1",
"create-react-app": "^1.5.1",
"fsevents": "^1.1.3",
"g": "^2.0.1",
"jquery": "^3.3.0",
"minimatch": "^3.0.4",
"nan": "^2.8.0",
"webpack": "^3.10.0"
},
"devDependencies": {},
"scripts": {
"build": "webpack -p",
"watch": "webpack --watch"
},
"license": "ISC",
}
Как решить такую проблему?