Remote usage on HPC cluster - packages missing

Dear Julia community,

I recently discovered Julia and am making steps to use it for time integration of ODEs on a remote HPC cluster. Although the admins have installed the software there, I am having following issue, if I try to run this simple script:

using Pkg
Pkg.installed() 

The error popping up is:

ERROR: LoadError: IOError: stat: permission denied (EACCES) for file "/users/apps/compilers/julia/1.3.1/share/julia/stdlib/v1.3/Pkg/src/Pkg.jl" Stacktrace: [1] stat(::String) at ./stat.jl:69 [2] isfile at ./stat.jl:311 [inlined] [3] isfile_casesensitive at ./loading.jl:9 [inlined] [4] entry_point_and_project_file_inside at ./loading.jl:438 [inlined] [5] entry_point_and_project_file(::String, ::String) at ./loading.jl:453 [6] implicit_project_deps_get at ./loading.jl:605 [inlined] [7] project_deps_get(::String, ::String) at ./loading.jl:308 [8] identify_package(::String) at ./loading.jl:220 [9] identify_package(::Base.PkgId, ::String) at ./loading.jl:206 [10] identify_package at ./loading.jl:200 [inlined] [11] require(::Module, ::Symbol) at ./loading.jl:882 [12] include at ./boot.jl:328 [inlined] [13] include_relative(::Module, ::String) at ./loading.jl:1105 [14] include(::Module, ::String) at ./Base.jl:31 [15] exec_options(::Base.JLOptions) at ./client.jl:287 [16] _start() at ./client.jl:460 in expression starting at /users/pa19/lanast/taskp/LAfem.jl:1

Some fine people already responded to the (stackOverflow), question but we could not pin-point the reason.
Any advice is appreciated, thanks.

Kind regards
Lysandros