Installing axios using npm is undefined
问题 I am new to Axios and I am dealing with my first issue! I installed it with npm install axios and I get this error! enter image description here Also, I get an ENOENT error: no such file or directory, open /path/../../../ Can someone explain the reason? Thank you! UPDATED : I no longer get the ENOENT error. THE FIX : Was to change the name directory to something else rather than axios to axiosapi or anything else! NEW ISSUE : const axios = require('axios'); const api_url = 'https://opentdb