Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- mapreduce
- xPlatform
- Kotlin
- Sqoop
- SPC
- tomcat
- IntelliJ
- R
- Android
- JavaScript
- Java
- es6
- NPM
- mybatis
- GIT
- SSL
- react
- 공정능력
- Eclipse
- 보조정렬
- Python
- vaadin
- SQL
- hadoop
- plugin
- window
- Spring
- Express
- table
- MSSQL
Archives
- Today
- Total
DBILITY
npm list extraneous 본문
반응형
listup을 해보니 중간에 왠 extraneous. 내용은 다음과 같다.
PS C:\Dev64\workspace\react001> npm list
react001@0.1.0 C:\Dev64\workspace\react001
+-- @emotion/css@11.7.1
+-- @emotion/react@11.7.1
+-- @react-icons/all-files@4.1.0
+-- @testing-library/jest-dom@5.16.1
+-- @testing-library/react@12.1.2
+-- @testing-library/user-event@13.5.0
+-- bootstrap@4.6.0
+-- moment@2.29.1
+-- nan@2.15.0 extraneous
+-- react-bootstrap@1.6.4
+-- react-dom@17.0.2
+-- react-icons@4.3.1
+-- react-infinite-scroll-component@6.1.0
+-- react-loading-overlay@1.0.1
+-- react-router-dom@6.2.1
+-- react-scripts@2.1.3
+-- react-spinners@0.11.0
+-- react@17.0.2
`-- web-vitals@2.1.2
해결은 다음과 같다.
PS C:\Dev64\workspace\react001> npm install nan --save
nan? 저런게 왜 있지? 버전 호환성이 떨어지는 plugin을 강제로 설치해서 그런가?
이거 보고 광고 한번 안 누른 이는 삼대가 재수가 없을지어다!ㅋㅋ
nan은 native abstractions for node.js라고 v8엔진이 변경이 많이 되서 이전 addon을 포함한 compile시 호환성(?)을 유지에 필요한가 보다.영어가 짧다. 알아서 읽어 보자.
https://www.npmjs.com/package/nan
반응형
'front-end & ui > npm' 카테고리의 다른 글
npm webpack 기본 정리 (0) | 2023.03.16 |
---|---|
npm package update (0) | 2021.12.24 |
nodemon security exception (0) | 2021.12.15 |
npm start Something is already running on port 3000. (0) | 2021.12.13 |
npm upgrade & package version check, npm init package.json generation (0) | 2021.12.13 |
Comments