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
- For
- Babel
- javascript
- deep learning
- python
- NCP
- Redis
- webpack
- AWS
- linux
- React
- docker
- Node
- laravel
- rabbitmq
- Switch
- fastapi
- SQL
- nginx
- node.js
- Machine Learning
- CentOS
- Go
- 기초 수학
- Redux
- php
- mariadb
- Backbone.js
- 블레이드 템플릿
- nodejs
Archives
- Today
- Total
728x90
반응형
목록cmd (1)
개발일기

윈도우 파워쉘에서 yarn add @socket.io/redis-adapter를 할 때 이와 같은 에러가 발생했다. 파워쉘이 @ 기호를 배열, 해시테이블, splatting 연산자 용도로 인식했기 때문에 발생하는 에러로 @ 기호가 위치하는 npm 모듈명을 ""로 감싸주면 해결된다. yarn add "@socket.io/redis-adapter" 참고 사이트:https://stackoverflow.com/questions/59805670/supplying-an-input-file-via-gives-an-error-the-splatting-operator-canno
cmd, terminal
2025. 5. 4. 17:03
728x90
반응형