Line 2: 'react-sortable-hoc' should be listed in the project's dependencies. Run 'npm i -S react-sortable-hoc' to add it import/no-extraneous-dependencies
IT 2018. 10. 30. 14:23Line 2: 'react-sortable-hoc' should be listed in the project's dependencies. Run 'npm i -S react-sortable-hoc' to add it import/no-extraneous-dependencies
package.json 파일에
"react-sortable-hoc": "^0.8.3",
이런 식으로 추가하면 됨.
'IT' 카테고리의 다른 글
'PORT'가 내부 또는 외부 명령으로 인식되지 않습니다. (2) | 2018.12.11 |
---|---|
jasper server (0) | 2018.11.13 |
bizmicro 관련 (0) | 2018.10.25 |
Line 14: '@fortawesome/fontawesome-free' should be listed in the project's dependencies, not devDependencies import/no-extraneous-dependencies (0) | 2018.10.25 |
Module not found: Can't resolve '@fortawesome/fontawesome-free/css/all.min.css (0) | 2018.10.25 |