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
- 티스토리 성능
- github pdf
- ELECTRON
- react-native
- github lfs
- html
- device in use
- 이미지 데이터 타입
- nextjs
- augmentedDevice
- electron-packager
- camera permission
- camera access
- Each child in a list should have a unique "key" prop.
- silent printing
- Can't resolve
- ffi-napi
- rolldown
- Recoil
- animation
- github 100mb
- vercel git lfs
- npm package
- adb pair
- Git
- custom printing
- dvh
- Failed to compiled
- react-native-dotenv
- adb connect
Archives
- Today
- Total
Bleeding edge
use strict: command not found in npm package 본문
이번이 벌써 배포한 npm package가 네번째인데, npm package하면서 처음 보는 에러를 발견했다. 우선 이 에러는 배포할 때 나타나는 에러는 아니고 npx [package-name]을 하였을 때 나오는 에러이다
이전에 배포한 패키지와의 차이는 babel로 하냐 tsc로 컴파일하냐의 차이와 type module과 type commonjs차이가 있었다. 구글링해본 결과 Shebang line을 첫번째 줄에 써야했다.
#!/usr/bin/env node
tsc 같은 경우 main.ts 첫줄에 넣거나 shebang을 넣는 라이브러리로 처리하면 된다.
끝!
'Javascript' 카테고리의 다른 글
Koffi로 포인터를 사용하기 (2) | 2024.01.04 |
---|---|
[Electron]Error accessing the camera: DOMException: Could not start video source - 맥북 (0) | 2023.12.19 |
Window에서 chrome으로 자동 인쇄하기(silent printing) (0) | 2023.12.18 |
Image date 다루기(data 변환에 관하여) (0) | 2023.12.03 |
자바스크립트로 모든 이벤트를 확인하기 (0) | 2023.10.21 |