-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SyntaxError: Cannot use import statement outside a module #5
Comments
آدرسهای زیر رو نگاه کنید، مقالاتی هستند که نشان میدهند که چگونه است ES6 در Nodejs استفاده کنید. https://www.codementor.io/@iykyvic/writing-your-nodejs-apps-using-es6-6dh0edw2o موفق باشید |
ضمن تشکر بابت کتابخانه ، من سعی کردم به دو روش پکیج را به ورژن قدیمی تر جاوااسکریپت تبدیل کنم
|
با سلام با سپاس از صبر شما |
متاسفانه
node js
از دستور
import
پشتیبانی نمیکند باید از دستور قدیمی تر
require
به جای آن استفاده کرد
The text was updated successfully, but these errors were encountered: