Error: Cannot find module on the server

Does anybody faced the issue when

import '/test.less’
is working fine on the server

but

import '/imports/test.less’
gives Error: Cannot find module ‘./imports/test.less’ on the server

assuming both of files /test.less and /imports/test.less are exists on the client both imports working well?